home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / smc4flp.zip / README.TXT < prev   
Text File  |  1994-04-02  |  2KB  |  77 lines

  1. > driver for IDE controllers using the SMC 73661(2) chipset
  2. > Enables use of 2.88 floppies on system without bios support
  3. > Enables use of 3rd and 4th floppies on 4-floppy controllers
  4.  
  5.  
  6. The 4FDC.com program usage:
  7. 4FDC [/a:type] [/b:type] [/c:type] [/d:type]
  8. The drive type "TYPE" may be one of the followings:
  9. TYPE := 0       for     NONE drive
  10.      := 3[60K]  for     360K drive
  11.      := 7[20K]  for     720K drive
  12.      := 12[20K] for     1.2M drive
  13.      := 14[40K] for     1.44M drive
  14.      := 2[880K] for     2.88M drive
  15. The braket [ ] are used for characters that can be omited.
  16.  
  17. To install 4 FDD drivers, you also need to setup CONFIG.SYS with following
  18. settings:
  19.  
  20.         device=c:\dos\driver.sys /d:?/f:?/s:?/t:?/h:?
  21.  
  22. which:
  23.  
  24. d:0     => fdd driver 1
  25. d:1     => fdd driver 2
  26. d:2     => fdd driver 3
  27. d:3     => fdd driver 4
  28.  
  29. f:0     => below 360KB/5.25"
  30. f:1     => 1.2MB/5.25"
  31. f:2     => 720KB/3.5"
  32. f:7     => 1.44MB/3.5"
  33. f:9     => 2.88MB/3.5"
  34.  
  35. s:9     => 360KB or 720KB
  36. s:15    => 1.2MB
  37. s:18    => 1.44MB or 2.88MB
  38.  
  39. t:40    => 360KB
  40. t:80    => 1.2MB or 1.44MB
  41. t:160   => 2.88MB
  42.  
  43. h:2     => 2 heads
  44.  
  45. Example:
  46.         If the DOS command "driver.sys" in the "c:\dos\" sub-directory
  47.         and you would like to install:
  48.                                         FDD 1 for 1.2MB/5.25"
  49.                                         FDD 2 for 1.44MB/3.5"
  50.                                         FDD 3 for 2.88MB/3.5"
  51.                                         FDD 4 for 1.2MB/5.25"
  52.  
  53.         Then, in the CONFIG.SYS file, you should to setup as follows:
  54.  
  55.         device=c:\dos\driver.sys /d:0/f:1/s:15/t:80/h:2
  56.         device=c:\dos\driver.sys /d:1/f:7/s:18/t:80/h:2
  57.         device=c:\dos\driver.sys /d:2/f:9/s:18/t:160/h:2
  58.         device=c:\dos\driver.sys /d:3/f:1/s:15/t:80/h:2
  59.  
  60.         also, you should to add:
  61.  
  62.                                   4FDC /a:12/b:14/c:2/d:12
  63.  
  64.         into the AUTOEXEC.BAT file for auto setting while PC booting.
  65.  
  66.  
  67.  
  68. EMM386 PARAMETER NOTE:
  69.  
  70. If you shall use emm386.exe from DOS 5.0 , please add the following option.
  71.  
  72. /D=32
  73.  
  74. The default dos DMA buffer = 16 KB is too small for 4M driver.
  75. The track size of 4M drive is equal to 36 sectors (18K).
  76.  
  77.